01. Lesson Overview

Lesson Overview Heading

Lesson Overview

ND079 JAVA C1 L2 A03 Lesson Overview- Outline

Lesson Overview Summary

In this lesson, we will cover:

  • What an object is and how we interact with an object's state and behavior.
  • The distinction between a class and an object.
  • How to define a class.
  • How to work with objects, including how to access an object's state by invoking methods on those objects.
  • What garbage collection is and why it is an important aspect of Java's memory management.